Module 2 Functions

  1. State Matlab's rules for naming functions.
  2. State several of Matlab's built-in functions.
  3. Explain how to plot data points in a 2D plot.
  4. Explain the differences between a function definition and the use of a function.
  5. Explain the required parts of a function definition.
  6. Call (use) several of Matlab's built-in functions.
  7. Correctly name and implement (code) user-defined functions.
  8. Call (use) a user-defined function.
  9. Test the correctness of a user-defined function.